home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
dignet_2_1.lha
/
dignet
/
includes
/
dignet.i
< prev
Wrap
Text File
|
1997-03-12
|
368b
|
22 lines
IFND DIGNET_I
DIGNET_I SET 1
**
** dignet.library include
**
** Copyright © 1997 by Kenneth "Kenny" Nilsen/Digital Surface
**
** $VER: DIGNET_I 1.0 (12.3.97)
**
**
* Error codes
DNETERROR_OK EQU 0 ;everything is ok
DNETERROR_OVERFLOW EQU -1 ;buffer overflow (your string buffer)
DNETERROR_WRONGNET EQU -2 ;you tried to free wrong net structure
ENDC ;DIGNET_I